php forum
php mysql forum
php mysql smarty
 
Page 1 of 4 1 2 3 4 >
Topic Options
#248655 - 06/02/03 12:46 AM Beta-[6.2-6.3-6.4] Game Arcade 1.1
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Mod Name / Version: Game Arcade 1.1 <br />   Version 1.1 fixes some table bugs in IE on the PC and adds instructions to update the who's online location. <br /> <br />Description: This is an integrated Game Arcade for your forum with flash games from MiniClip.com. This mod includes 8 games an allows you to limit play to registered users if you desire. <br /> <br />Working Under: UBB.Threads 6.2-6.4 <br /> <br />Mod Status: Beta <br /> <br />Any pre-requisites: none <br /> <br />Author(s): JoshPet <br /> <br />Date: 06/01/03 <br /> <br />Credits: MiniClip.com for Free Game Content <br /> <br />Files Altered: none <br /> <br />New Files: A whole "games" directory which is placed inside your threads directory. <br /> <br />Database Altered: none <br /> <br />Info/Instructions: Upload all files to a /games directory inside your threads directory. <br /> <br />If you wish to limit play to registered users only, edit the variable at the top of the /games/index.php file. <br /> <br />Add a link to /games/gameindex.php somewhere on your site. You may wish to add this to your menu bar (ubbt_registerednav.tmpl & ubbt_unregisterednav.tmpl) or into your footer (ubbt_footer.tmpl). <br /> <br />Demo: At JoshuaPettit.com <br /> <br />See the AAAInstructions.txt file included for more instructions and instructions on having the who's online location update correctly when users are playing games. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /> <br />


Attachments
82668-games.zip (222 downloads)



Edited by Ian_W (12/13/03 03:54 AM)
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248656 - 06/02/03 07:35 AM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Wheeeeee!! <img src="/forum/images/graemlins/peace.gif" alt="" /> <img src="/forum/images/graemlins/peace.gif" alt="" /> <img src="/forum/images/graemlins/peace.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248657 - 06/02/03 09:39 AM Re: Beta-[6.2-6.3] Game Arcade [Re: SurfMinister]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Nice idea <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Time for another sub-domain <img src="/forum/images/graemlins/grin.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248658 - 06/02/03 12:32 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Josh, <br /> <br />This is GREAT. <br /> <br />I know this is probably an easy one, but how do I code the "online" file to show "In Game Room"? <br /> <br />Thanks, <br /> <br />Bobby

Top
#248659 - 06/02/03 01:09 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Let me ponder that and see if I can easily post instructions. I'm not sure if adding the script name to the online.php language file will work right because it's in a sub directory.... and thus may show up as private like all admin functions.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248660 - 06/02/03 01:11 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Thanks <img src="/forum/images/graemlins/cool.gif" alt="" />

Top
#248661 - 06/02/03 01:18 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Add this into the /languages/english/online.php file<br /><br />$ubbt_lang['battleships'] = "Playing a Game - Battleships";<br />$ubbt_lang['crashdown'] = "Playing a Game - Creash Down";<br />$ubbt_lang['flashman'] = "Playing a Game - Flashman";<br />$ubbt_lang['paintball'] = "Playing a Game - Stress Relief Paintball";<br />$ubbt_lang['rigelianhotshots'] = "Playing a Game - Rigelian Hotshots";<br />$ubbt_lang['rocketman'] = "Playing a Game - Rocketman";<br />$ubbt_lang['sheepish'] = "Playing a Game - Sheepish";<br />$ubbt_lang['smashing'] = "Playing a Game - Smashing";<br /><br />The only sticker - the game index is "index" but if you're using IIP you're already using that.... so without changing the name of the script you can't really show location on that script easily. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248662 - 06/02/03 01:48 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
So, if I understand you correctly, there isn't a way to make this work without major hacking?

Top
#248663 - 06/02/03 01:57 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
No do what I said above - the exception is the game index - index.php as if you have IIP you already have an 'index' file.<br /><br />You'd have to rename the game index to something else - and change the links back to the game index in all the game scripts if you wanted the game index to show up on who's online - otherwise - right now - it'll show up as the "entrance page" because it's got the same name "index.php" as your IIP page.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248664 - 06/02/03 02:01 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Oh, ok. I must have miss read your post, sorry <img src="/forum/images/graemlins/grin.gif" alt="" />

Top
#248665 - 06/02/03 02:03 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I wouldn't be that hard to rename "index.php" to "games.php" then add an entry in the online language file for :<br /><br />$ubbt_lang[games] = "Viewing the Game Arcade";<br /><br /><br />Then in each of the game scripts - there's a link back to index.php - you'd need to change that to games.php<br /><br />But what I posted above will cover all except the index file. Didn't think about online when I was setting it up. <img src="/forum/images/graemlins/grin.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248666 - 06/02/03 03:27 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Works PERFECT !!! <img src="/forum/images/graemlins/grin.gif" alt="" /> <img src="/forum/images/graemlins/grin.gif" alt="" /> <img src="/forum/images/graemlins/grin.gif" alt="" /><br /><br />Thanks,<br /><br />BWilliams

Top
#248667 - 06/02/03 03:35 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
One thing I noticed Josh since I use the tablewrappers and you would not see unless you validate the page is the HTML after the embed does not work. There is not links BACK TO THE GAME or anything. <br /> <br />http://www.reeftalk.com/ubbthreads/games/battleships.php
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248668 - 06/02/03 03:47 PM Re: Beta-[6.2-6.3] Game Arcade [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Hmmmmm I wonder why that is. <br /> <br />Is that a PC thing - I see it. <img src="/forum/images/graemlins/tongue.gif" alt="" /> <br /> <br />Am I missing something HTML wise in the embed tag. I inserted the code that Miniclip said - but I wonder if it's not valid. LOL


Attachments
82708-screen.gif (20 downloads)

_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248669 - 06/02/03 04:30 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thats the weirdest thing ever. One mine it does not load the html after the embedded game.


Attachments
82711-screen.jpg (20 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248670 - 06/02/03 05:15 PM Re: Beta-[6.2-6.3] Game Arcade [Re: sf49rminer]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Haven't looked at the code yet - but is it easy to add other games - there are a few UK games, that should keep my members hapy <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248671 - 06/02/03 05:47 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yes, you can use the game pages as templates - there are loads more at that Miniclip site - you just basicaly embed the swf file in the page. And add links to the game index of course. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248672 - 06/02/03 07:15 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
Storm_dup1 Offline
Member

Registered: 08/03/02
Posts: 263
Loc: Somewhere above Texas
Oh man! That Josh thinks of everything..... <img src="/forum/images/graemlins/laugh.gif" alt="" /> Thanks Man!!!! <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Some people read their stars..... I choose to write my own

Top
#248673 - 06/02/03 08:06 PM Re: Beta-[6.2-6.3] Game Arcade [Re: ]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I just like playing the games at josh's site <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248674 - 06/02/03 09:01 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
OK <br /><br />Updated this - this fixes the issue with the HTML not appearing after the embeded SWF file. This also updates instructions to update the who's online page (including the game index).<br /><br />Instructions to upgrade - upload all the new PHP files - and follow the enclosed instructiosn (AAAInstructions.txt) for the who's online steps. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248675 - 06/03/03 01:46 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
ok, played the 'crashdown' game ~2 hours tonight <img src="/forum/images/graemlins/smash.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248676 - 06/03/03 02:08 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: SurfMinister]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
LOL
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248677 - 06/03/03 05:01 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I uninstalled Flash and reinstalled it again just to see if that was the problem. Weirdest thing but the closing tags are not there. The UBBThreads footer is not even sent. Nothing after the embed tag is loaded.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248678 - 06/03/03 10:53 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Even with the update?<br /><br />It was missing a closing tag.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248679 - 06/03/03 12:57 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Cool! I tried to do something similiar, but the games I found were only IE! (Lame, Java). This is much nicer. lol
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#248680 - 06/03/03 04:56 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: gailg]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Yes Josh I decided to look at it further after it peeved me and saw the missing OBJECT tag. That will do what was happening by blocking the rest of the HTML. Thanx for the update. I was going to comment and I saw ya found it. Now ya got to stop putting things out like this. I like Allen spent two hours last night playing FLASHMAN.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248681 - 06/03/03 07:02 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
LOL<br /><br />Well I used the code that the MiniClip site gave - which wasn't compliant. Then I didn't test it on the PC.<br /><br />All my Mac browsers had no trobule recovering from the missing </object> tag - but the PC didn't like it.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248682 - 06/03/03 08:08 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I forgot you like that ole MAC. Yeah when I first looked at the code I did not think about looking for that closing OBJECT tag. I went and looked for the proper closing tr and especially tbclose variables. You had them there.<br /><br />You don't expect the code to be valide do you <img src="/forum/images/graemlins/wink.gif" alt="" /> They just slap the stuff together and go. They do not care about validity. The problem with that is that until browsers stop accepting outdated html everyone will not jump on the bandwagon.<br /><br /><param name=quality value=high> <br /><br />I mean come on should it not be<br /><br /><param name="quality" value="high"> <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248683 - 06/05/03 12:38 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I think Allen is playing games at my site again. <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248684 - 06/05/03 12:45 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
forget the mod, I just scored 140,372 in crash down <img src="/forum/images/graemlins/yay.gif" alt="" /> <img src="/forum/images/graemlins/yay.gif" alt="" /> <br /> <br /><img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248685 - 06/05/03 07:30 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: SurfMinister]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
I've been hooked on Smashing. Level 40-something!! <img src="/forum/images/graemlins/bigshock.gif" alt="" />

Top
#248686 - 06/05/03 07:41 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
mi_trucker Offline
Junior Member

Registered: 10/28/01
Posts: 87
Hmmm, I went a different route. Just loaded up Dreamweaver, copied some of the code from the main site page and inserted the games. Saved it as an html file and it works great that way too.

Top
#248687 - 06/05/03 12:44 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: jmacc]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Well.... just don't serve the games off my $ite and bandwidth... make sure the large .swf files are on your site. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248688 - 06/10/03 05:23 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
These games are served from the game site right? Otherwise looks like a major bandwidth hog.

Top
#248689 - 06/10/03 06:48 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: bisbell]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Served from your own site. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248690 - 06/11/03 12:50 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Would be good to post an example .htaccess file to keep other sites from hot-linking to these files...
_________________________
- Allen wavey
- What Drives You?

Top
#248691 - 06/11/03 12:55 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: SurfMinister]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah. <img src="/forum/images/graemlins/waytogo.gif" alt="" /><br /><br />/me pokes someone who is much better at that than I. <img src="/forum/images/graemlins/grin.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248692 - 06/11/03 03:41 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
Try this...<br /><br />
Code:
<br />RewriteEngine on<br />RewriteCond %{HTTP_REFERER} !^$<br />RewriteCond %{HTTP_REFERER} !^http://(www\.)?joshuapettit.com(/)?.*$     [NC]<br />RewriteRule .*\.(swf)$ - [F,NC]<br />

Top
#248693 - 06/11/03 04:00 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: eslmix]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Installed this today, and the users love it <img src="/forum/images/graemlins/laugh.gif" alt="" /> Now we just need some games that allow multiplayer <img src="/forum/images/graemlins/wink.gif" alt="" />

Top
#248694 - 06/11/03 10:26 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
coloradok5 Offline
Enthusiast

Registered: 07/11/01
Posts: 462
Loc: Colorado
I think serving them from your site Josh might be the way to go. <img src="/forum/images/graemlins/waytogo.gif" alt="" /> <img src="/forum/images/graemlins/grin.gif" alt="" />

Top
#248695 - 06/11/03 10:27 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: bisbell]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Doah. <img src="/forum/images/graemlins/doah.gif" alt="" /><br /><br />htaccess file coming soon. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248696 - 06/12/03 04:03 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Anyone know what sort of bandwidth these consume - are they light or heavy eaters?
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248697 - 06/12/03 04:11 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
They are SWF files which download then play in the person's browser. The largest one is 416 KB and the smallest is 108 KB. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248698 - 06/12/03 04:39 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
aren't SWF files cached also, just like images?

Top
#248699 - 06/12/03 04:39 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: palmen]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, they load much faster when you go back to the game. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248700 - 06/12/03 04:42 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Thanks - was interested to see if anyone had noticed their bandwidth shoot through the roof with these <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248701 - 06/12/03 04:45 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I might need to hotlink protect mine before I give a real answer. LOL
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248702 - 06/12/03 05:23 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
most of my users aren't that bright, and since you have to be logged in, they would essentially need to figure out the URL to the SWF to pass on to people <img src="/forum/images/graemlins/wink.gif" alt="" />

Top
#248703 - 06/13/03 08:18 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: palmen]
Turbosport Offline
Member

Registered: 09/08/01
Posts: 157
Loc: Kent, UK.
looks great installed and working <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />2 things though<br /><br />Firstly should the player name fill in automatically as it dosnt on my install?<br /><br />Secondly I wanted to put my games folder outside of the threads install I try and do this with all hacks as I find it neater.<br /><br />So I created a paths.php file with the following in:<br /><?<br />$threadspath = "PATH TO THREADS";<br />$baseurl = "PATH TO WEB ROOT";<br />?><br />==========<br />then I have removed this section of code in every game php file and gameindex.php:<br /><br />// What is the PATH (not URL) to your threads install<br /><br />and added this in its place:<br /><br />// Require the Paths<br />require ("paths.php");<br /><br />==========<br />and in gamesindex.php did a find and replace:<br />find: $config['phpurl']<br />replace with: $baseurl<br /><br />==========<br />and index.php now looks like this:<br /><br />require ("paths.php");<br />// Require the library<br />require ("$threadspath/main.inc.php"); <br />header ("Location:$baseurl/games/gameindex.php");<br /><br />HTH
_________________________
Regards
Clint

Running on WIN2003 Web Server.

Paranoid people get followed too!

Top
#248704 - 06/14/03 09:59 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
Slawek_L Offline
Enthusiast

Registered: 01/28/03
Posts: 364
Loc: Poland, Warsaw
Nice <img src="/forum/images/graemlins/smile.gif" alt="" /> I just installed it <img src="/forum/images/graemlins/cool.gif" alt="" />
_________________________
[]http://www.mb.org.pl/forum/images/graemlins/icon_astro.gif[/] MB Klub Polska
[b]& Orlen-Team

Top
#248705 - 06/14/03 10:09 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Dawg_dup1]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Working fine at games.nonleague.com - if you add additional games, it is worth checking the swf size by doing a view source at the version on the miniclip site - I added Solitaire - as it means people can play slowly, and I can put ads beneath it <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248706 - 06/14/03 10:12 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Gorlum]
Slawek_L Offline
Enthusiast

Registered: 01/28/03
Posts: 364
Loc: Poland, Warsaw
I installed only 4 games(from six), which swf size < 300KB<br />
_________________________
[]http://www.mb.org.pl/forum/images/graemlins/icon_astro.gif[/] MB Klub Polska
[b]& Orlen-Team

Top
#248707 - 07/05/03 07:22 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Dawg_dup1]
Wando Offline
Power User

Registered: 04/10/02
Posts: 64
Loc: UK
Works great at audi-sport.net, I've set it for registered users only, think I got carried away as I've got 30 games installed <img src="/forum/images/graemlins/blush.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" />
_________________________
www.planet-audi.net

Top
#248708 - 07/06/03 03:14 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: algorewon]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
I noticed <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />Great to see you around here again...
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248709 - 07/06/03 03:51 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Gorlum]
Wando Offline
Power User

Registered: 04/10/02
Posts: 64
Loc: UK
I shall be around a fair bit more now, probably a bad thing as I'll be annoying you all with my dumba$$ questions <img src="/forum/images/graemlins/laugh.gif" alt="" />
_________________________
www.planet-audi.net

Top
#248710 - 07/06/03 04:30 AM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: algorewon]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
We all have those questions from time to time <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />And beleive me I speak from experience <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248711 - 12/10/03 10:42 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
ZealotOnAStick_dup1 Offline
Member

Registered: 06/14/02
Posts: 166
Loc: Indiana
Is this confirmed to work under 6.4?<br /><br />Can additional MiniClip games be added to this?

Top
#248712 - 12/10/03 10:54 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: astre]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Yes and Yes
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248713 - 12/10/03 10:54 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: astre]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I haven't checked, but I'd be shocked if it didn't work for 6.4. How many other MiniClip games are there? I hadn't thought of the possibility of trying to add more.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#248714 - 12/10/03 10:54 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: astre]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Yes, it works just fine under 6.4 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />ANd yes, you can add different games if you wish.

Top
#248715 - 12/10/03 11:12 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: luan]
ZealotOnAStick_dup1 Offline
Member

Registered: 06/14/02
Posts: 166
Loc: Indiana
[]donJulio said: <br />I haven't checked, but I'd be shocked if it didn't work for 6.4. How many other MiniClip games are there? I hadn't thought of the possibility of trying to add more. [/] <br /> <br />Rather a lot. I'm not sure if they're all free or not, but there appears to be over 50 games at Miniclip.com. <br /> <br />Of course, I'd have to make a point of "testing" those games to determine which ones would be worthwhile of my users' attention. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />

Top
#248716 - 12/14/03 03:38 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: astre]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yes, it's really an "addon" and yes, you can follow the format and add additional games from mini-clip. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248717 - 12/15/03 04:50 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: palmen]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Working great under my 6.4 at www.f-bodyhideout.com<br /><br />Thanks Josh! <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
F-Body Hideout
Project Speedy

Top
#248718 - 12/15/03 05:42 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: General_Failure]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Yeah and really easy to add games to also.. added Hangaroo <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />

Top
#248719 - 12/27/03 12:26 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: 234234]
Gregori Offline
Member

Registered: 09/14/02
Posts: 157
This is just great! <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" /><br /><br />Anyone knows where to find some "adult oriented" games? <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#248720 - 02/29/04 06:52 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: Daine]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
Now see what you've started? <br />SilentStalker User Acolyte 02/29/04 04:32 PM Playing a Game - Battleships <br />(I)DragonTears Moderator Queen of the Island 02/29/04 04:32 PM Playing a Game - Battleships <br />(I)HomeSlice User l33t 02/29/04 04:31 PM Playing a Game - Battleships <br />SoulMan Moderator Waaaaaa! 02/29/04 04:41 PM Viewing the Game Arcade <br />Frost User addict 02/29/04 04:41 PM Playing a Game - Sheepish <br />SoulMan Moderator Waaaaaa! 02/29/04 04:41 PM Viewing the Game Arcade <br />Frost User addict 02/29/04 04:41 PM Playing a Game - Sheepish <br /> <br />How do I go about adding other games from that site? How do you get the .swf files? <br />They love it..Thankyou <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />edit-There is a spelling error in the languages/*/online.php for Crashdown (Creashdown)


Edited by ChAoS (02/29/04 07:34 PM)

Top
#248721 - 03/01/04 01:27 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: barbiro]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Go here http://www.miniclip.com/download.htm and get the games, then take a look at the corresponding scripts in the directory and you can add them in there by copying and pasting existing lines. It's pretty easy once you see how it's done.

Top
#248722 - 03/01/04 03:08 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: BlarC]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
Yup I started on this last night. I have allready added Bush Shootout by copying and changing one of the scripts. Now I just need to change this <br /> <br />
Code:
// Games Page by Joshua Pettit <br />// aka JoshPet of www.joshuapettit.com <br />// UBB.Threads Elements ©Infopop.com and Rick Baker 
<br /> <br />To this <br />
Code:
// Games Page by Joshua Pettit <br />// aka JoshPet of www.joshuapettit.com <br />// UBB.Threads Elements ©Infopop.com and Rick Baker <br />// Plagiarized by ChAoS <br />
<br /><img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />


Edited by ChAoS (03/01/04 03:09 PM)
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#248723 - 03/14/04 11:09 AM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: barbiro]
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
The registered users only setting isn't that effective.<br /><br />http://www.f-bodyhideout.com/ubbthreads/games/gameindex.php<br /><br />I went there, clicked a link and got this...<br /><br />http://www.f-bodyhideout.com/ubbthreads/games/cryptraider.php?anonplay=1<br /><br />I changed the 1 to 0<br /><br />http://www.f-bodyhideout.com/ubbthreads/games/cryptraider.php?anonplay=0<br /><br />And I can now play any of the games.

Top
#248724 - 03/14/04 11:34 AM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: javiersbabygirl]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, it's not high security - but fools most fools. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248725 - 03/14/04 01:29 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: javiersbabygirl]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
[]Ian Spence said:<br />The registered users only setting isn't that effective.<br /><br />http://www.f-bodyhideout.com/ubbthreads/games/gameindex.php<br /><br />I went there, clicked a link and got this...<br /><br />http://www.f-bodyhideout.com/ubbthreads/games/cryptraider.php?anonplay=1<br /><br />I changed the 1 to 0<br /><br />http://www.f-bodyhideout.com/ubbthreads/games/cryptraider.php?anonplay=0<br /><br />And I can now play any of the games. [/]<br /><br />Ahh....said the wiseman. <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" />
_________________________
F-Body Hideout
Project Speedy

Top
#248726 - 03/14/04 02:01 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: General_Failure]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yesh you could add the autheicate code to the mod. It would be easy to do. I say go for it <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#248727 - 03/14/04 09:10 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
<br />heres a tidbit I tried it and it locks it down<br /><br />in all the games <insertgametitle>.php<br /><br />#<br />#find <br />#<br /><br />if (($anonplay) && (!$user['U_Username'])) {<br /><br />#<br />#change to<br />#<br /><br />if (($anonplay) && (!$user['U_Username']) || ($user['U_Username'] == '')) {<br /><br /><br />and in gameindex.php<br /><br />#<br />#find<br />#<br /> $html = new html;<br /> $html -> send_header($pagetitle,$Cat,0,$user);<br /><br />#<br />#and change to<br />#<br /><br /> $html = new html;<br />// ----------------------------------------------------------------------<br />// If we are not logged in, then present a log on form, otherwise present<br />// a menu of options.<br />if(($user['U_Username'] == ''))<br /> {<br /> $config['iip_call'] = 1;<br /> $html -> not_right ("{$ubbt_lang['ADMOD_ONLY']}",$Cat);<br /> }<br /> $html -> send_header($pagetitle,$Cat,0,$user);<br /><br />[b]the above code also works in the genericpage.php that is posted on this site and pretty much locaks them down in they aren't logged in
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#248728 - 03/14/04 09:18 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: 234234]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
scroungr, thanks for sharing! <img src="http://www.ubbdev.com/forum/images/graemlins/waytogo.gif" alt="" />
_________________________
F-Body Hideout
Project Speedy

Top
#248729 - 07/01/04 12:49 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: Daine]
Dragon Slayer Offline
Junior Member

Registered: 07/01/03
Posts: 47
Loc: Philadelphia, PA
I haven't the foggiest idea, on how to add the "Games" link to the top of my forum page(s). Can someone tell me what file(s) to edit & what to put in it? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#248730 - 07/01/04 12:59 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: HostNuke]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Here is what you will want to add to your registerednav.tmpl, you will see how it's laid out and you can put it where you want accordingly.<br /><br />
Code:
<br />&lt;a href="{$config['phpurl']}/games/index.php?Cat=$Cat"&gt;Games&lt;/a&gt;<br />

Top
#248731 - 07/01/04 01:51 PM Re: Beta-[6.2-6.3-6.4] Game Arcade 1.1 [Re: BlarC]
Dragon Slayer Offline
Junior Member

Registered: 07/01/03
Posts: 47
Loc: Philadelphia, PA
Awesome! It Works! Thank You!

Top
Page 1 of 4 1 2 3 4 >



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks